-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add viewIsDescendantOf for UIManager on Android #13129
Add viewIsDescendantOf for UIManager on Android #13129
Conversation
Any one to review this PR? |
@janicduplessis Do you know who can review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. @mkonicek could you also have a look?
* Check if the first shadow node is the descendant of the second shadow node | ||
*/ | ||
public void viewIsDescendantOf( | ||
final int reactTag, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: 4 space continuation to match the style of the file.
*/ | ||
@ReactMethod | ||
public void viewIsDescendantOf( | ||
final int reactTag, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Same here
@mkonicek Can you review? |
@janicduplessis Hey, I must say the review progress is very slow. |
Please :) |
@Swordsman-Inaction Sorry about the delay, can you rebase on master to get tests passing then I'll merge. |
769859f
to
c47ae32
Compare
@janicduplessis Done |
@facebook-github-bot shipit |
Something is wrong with the github bot? |
@facebook-github-bot shipit |
@hramos Could you try shipping this |
Will do - let me first see if we can troubleshoot why the bot didn't work on this PR. |
@hramos Still not work? I thought I could make this available in 0.44. 😞 |
Trying to land this today. |
Any update? |
@hramos has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Add the ability for UIManager to check if a node is an ancestor of anther one on Android like #7876 did on iOS